From e2ce2dd0c4f34c806c371d9595ce01390b11785a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 3 Nov 2009 13:03:50 -0600 Subject: Removing the instance object. I think that we can do everything we need by using the object. --- libindicator/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'libindicator/Makefile.am') diff --git a/libindicator/Makefile.am b/libindicator/Makefile.am index 38b6498..db45f3c 100644 --- a/libindicator/Makefile.am +++ b/libindicator/Makefile.am @@ -5,7 +5,6 @@ libindicatorincludedir=$(includedir)/libindicator-0.1/libindicator indicator_headers = \ indicator.h \ - indicator-instance.h \ indicator-object.h libindicatorinclude_HEADERS = \ @@ -16,7 +15,6 @@ lib_LTLIBRARIES = \ libindicator_la_SOURCES = \ $(indicator_headers) \ - indicator-instance.c \ indicator-object.c libindicator_la_CFLAGS = \ -- cgit v1.2.3