summaryrefslogtreecommitdiff
path: root/src/bin/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/Makefile.am')
-rw-r--r--src/bin/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am
deleted file mode 100644
index 3b83f76..0000000
--- a/src/bin/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-
-MAINTAINERCLEANFILES = Makefile.in
-
-AM_CPPFLAGS = \
--I$(top_srcdir) \
--I$(top_srcdir)/bin \
--I$(top_srcdir)/src/lib \
--DPACKAGE_BIN_DIR=\"$(bindir)\" \
--DPACKAGE_LIB_DIR=\"$(libdir)\" \
--DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
-@EET_CFLAGS@
-
-bin_PROGRAMS = @EET_PRG@
-EXTRA_PROGRAMS = eet
-
-eet_SOURCES = eet_main.c
-eet_LDADD = $(top_builddir)/src/lib/libeet.la @EET_LIBS@
-eet_LDFLAGS = @lt_enable_auto_import@