Dialog: "Compile" dialog triggers on read, rather than execution.
[gemrb.git] / gemrb / Makefile.am
blob800975b668bf89ef8b975c54f5de34a4c625aed3
1 bin_PROGRAMS = gemrb
2 sysconf_DATA = GemRB.cfg.sample GemRB.cfg.subdir.sample
3 gemrb_SOURCES = GemRB.cpp 
5 gemrb_LDADD =  ./core/libgemrb_core.la
7 SUBDIRS = core plugins includes GUIScripts override docs
8 EXTRA_DIST = GemRB.cfg* plugins-prepare.sh CMakeLists.txt
10 gemrb_LDFLAGS = $(all_libraries) @LIBPTHREAD@
12 #install-data-local:
13 #       $(INSTALL_DATA) GemRB.cfg* $(sysconfdir)