diff options
Diffstat (limited to 'src-sus/Makefile.am')
-rw-r--r-- | src-sus/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src-sus/Makefile.am b/src-sus/Makefile.am deleted file mode 100644 index 4a043ca..0000000 --- a/src-sus/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ - -libexec_PROGRAMS = \ - indicator-applet-sus - -indicator_applet_sus_CFLAGS = \ - -DG_LOG_DOMAIN=\""Indicator-Applet"\" \ - -DDATADIR=\""$(datadir)"\" \ - -DINDICATOR_DIR=\""$(libdir)/indicators/2"\" \ - -I$(srcdir)/.. \ - $(APPLET_CFLAGS) - -indicator_applet_sus_SOURCES = \ - applet-main.c - -indicator_applet_sus_LDADD = \ - $(APPLET_LIBS) |