mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-14 02:27:31 -07:00
initial commit
This commit is contained in:
commit
6a94f708e8
122 changed files with 60195 additions and 0 deletions
17
hydra-gtk/src/Makefile.am
Executable file
17
hydra-gtk/src/Makefile.am
Executable file
|
@ -0,0 +1,17 @@
|
|||
## 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@
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue