thc-hydra/hydra-gtk/src/Makefile.am
U-marc-win4\marc 6a94f708e8 initial commit
2014-04-24 16:49:18 +02:00

17 lines
351 B
Makefile
Executable file

## Process this file with automake to produce Makefile.in
INCLUDES = \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
@PACKAGE_CFLAGS@
bin_PROGRAMS = xhydra
xhydra_SOURCES = \
main.c \
support.c support.h \
interface.c interface.h \
callbacks.c callbacks.h
xhydra_LDADD = @PACKAGE_LIBS@