diff options
author | Ted Gould <ted@canonical.com> | 2009-08-18 11:52:09 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-18 11:52:09 -0500 |
commit | ba24704988964a1f211e82e87cbe8aca29641979 (patch) | |
tree | f2218fc755cf815cfea4249388301fcd7867297b /src/Makefile.am | |
parent | 033de5525d9a2074232e9e0c745a82fd9ad07b4b (diff) | |
download | libayatana-indicator-ba24704988964a1f211e82e87cbe8aca29641979.tar.gz libayatana-indicator-ba24704988964a1f211e82e87cbe8aca29641979.tar.bz2 libayatana-indicator-ba24704988964a1f211e82e87cbe8aca29641979.zip |
Deleting everything only leaving libindicator
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index 97af739..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ - -libexec_PROGRAMS = \ - indicator-applet - -indicator_applet_CFLAGS = \ - -DG_LOG_DOMAIN=\""Indicator-Applet"\" \ - -DDATADIR=\""$(datadir)"\" \ - -DINDICATOR_DIR=\""$(libdir)/indicators/2"\" \ - -I$(srcdir)/.. \ - $(APPLET_CFLAGS) - -indicator_applet_SOURCES = \ - applet-main.c - -indicator_applet_LDADD = \ - $(APPLET_LIBS) |