aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-08 16:04:58 -0600
committerTed Gould <ted@gould.cx>2010-12-08 16:04:58 -0600
commit2706502837db2f630ca54b5371d3fa01cb14e34e (patch)
tree2eca17371e7cb532c230fe62dd3fef31ba2402f5 /src/Makefile.am
parent86419fbda78c03528f96fcb17602276b2d2cfc3f (diff)
parent67140a70be29d91ccfca36095b6d393acfbd901a (diff)
downloadlibayatana-appindicator-2706502837db2f630ca54b5371d3fa01cb14e34e.tar.gz
libayatana-appindicator-2706502837db2f630ca54b5371d3fa01cb14e34e.tar.bz2
libayatana-appindicator-2706502837db2f630ca54b5371d3fa01cb14e34e.zip
Intial release.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1bc1e91..a5ea29b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -91,17 +91,6 @@ libappindicator3_la_LDFLAGS = $(libappindicator_la_LDFLAGS)
libappindicator3_la_CFLAGS = $(libappindicator_la_CFLAGS)
libappindicator3_la_LIBADD = $(libappindicator_la_LIBADD)
-# We duplicate these here because Automake won't let us use $(VER) on the left hand side.
-# Since we carefully use $(VER) in the right hand side above, we can assign the same values.
-# Only one version of the library is every compiled at the same time, so it is safe to reuse
-# the right hand sides like this.
-libappindicator3includedir = $(libappindicatorincludedir)
-libappindicator3include_HEADERS = $(libappindicatorinclude_HEADERS)
-libappindicator3_la_SOURCES = $(libappindicator_la_SOURCES)
-libappindicator3_la_LDFLAGS = $(libappindicator_la_LDFLAGS)
-libappindicator3_la_CFLAGS = $(libappindicator_la_CFLAGS)
-libappindicator3_la_LIBADD = $(libappindicator_la_LIBADD)
-
##################################
# DBus Specs
##################################