You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
779 B
33 lines
779 B
|
|
MAINTAINERCLEANFILES = Makefile.in |
|
|
|
AM_CPPFLAGS = \ |
|
-I$(top_srcdir)/src/bin \ |
|
-I$(top_builddir)/src/bin \ |
|
-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ |
|
-DSYSTEM_CONFIG_DIR=\"$(sysconfdir)\" \ |
|
@ENTRANCE_CLIENT_CFLAGS@ |
|
|
|
internal_bindir=$(libdir)/entrance |
|
internal_bin_PROGRAMS = entrance_client |
|
|
|
entrance_client_SOURCES = \ |
|
../event/entrance_event.h \ |
|
../event/entrance_event.c \ |
|
entrance_client.h \ |
|
entrance_client.c \ |
|
entrance_conf.h \ |
|
entrance_conf.c \ |
|
entrance_connect.h \ |
|
entrance_connect.c \ |
|
entrance_fill.h \ |
|
entrance_fill.c \ |
|
entrance_login.h \ |
|
entrance_login.c \ |
|
entrance_gui.h \ |
|
entrance_gui.c |
|
|
|
|
|
entrance_client_LDFLAGS = |
|
entrance_client_LDADD = @ENTRANCE_CLIENT_LIBS@ |
|
|
|
|