diff options
author | Ted Gould <ted@canonical.com> | 2009-11-03 13:03:50 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-03 13:03:50 -0600 |
commit | e2ce2dd0c4f34c806c371d9595ce01390b11785a (patch) | |
tree | b4da7adf199f2a70d71b4ab8475017a9fa8f970c /libindicator/Makefile.am | |
parent | 6935a6b06c356e2e71dd94acfb894893f8040df1 (diff) | |
download | libayatana-indicator-e2ce2dd0c4f34c806c371d9595ce01390b11785a.tar.gz libayatana-indicator-e2ce2dd0c4f34c806c371d9595ce01390b11785a.tar.bz2 libayatana-indicator-e2ce2dd0c4f34c806c371d9595ce01390b11785a.zip |
Removing the instance object. I think that we can do everything we need by using the object.
Diffstat (limited to 'libindicator/Makefile.am')
-rw-r--r-- | libindicator/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
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 = \ |