6 lines
159 B
Makefile
6 lines
159 B
Makefile
bin_PROGRAMS = botcommander
|
|
AM_CPPFLAGS = $(GTK_CFLAGS) -DLOCALEDIR=\"$(localedir)\"
|
|
|
|
botcommander_SOURCES = main.c
|
|
botcommander_LDADD = $(GTK_LIBS) @LIBINTL@
|