summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2008-10-26 07:05:11 +0000
committerVincent Torri <vincent.torri@gmail.com>2008-10-26 07:05:11 +0000
commit6071006636c894d15cce28bc59b20ccc8fabf54e (patch)
treee49c65d52010c8f409b0320aa9e34122bf8bc84b /src/bin
parent601705696fd51494c12b8ac1515c0185d8b94824 (diff)
downloadeet-6071006636c894d15cce28bc59b20ccc8fabf54e.tar.gz
autotools cleanups:
* reorganize configure.ac * select default opptions in configure.ac (disable openssl for windows ce) * fix Libs.private field and add Requires field in eep.pc * rename eet.c.in to eet.dox.in * use css file from other packages. Now the doc is correctly displayd (need a rename of eet.css to e.css, though. will be next commit) SVN revision: 37114
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am
index 04c9f7b..1415f07 100644
--- a/src/bin/Makefile.am
+++ b/src/bin/Makefile.am
@@ -8,11 +8,12 @@ AM_CPPFLAGS = \
-DPACKAGE_BIN_DIR=\"$(bindir)\" \
-DPACKAGE_LIB_DIR=\"$(libdir)\" \
-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
+@EET_CPPFLAGS@ \
@EVIL_CFLAGS@
bin_PROGRAMS = eet
eet_SOURCES = eet_main.c
-eet_CFLAGS = @WIN32_CFLAGS@
+eet_CFLAGS = @EET_CFLAGS@
eet_LDADD = $(top_builddir)/src/lib/libeet.la
eet_LDFLAGS = @lt_enable_auto_import@ -Wl,--as-needed