gmrun/src/Makefile.am

16 lines
257 B
Makefile

## Process this file with automake to produce Makefile.in
AM_CPPFLAGS = @GTK_CFLAGS@
bin_PROGRAMS = gmrun
gmrun_SOURCES = config_prefs.c \
history.c \
gtkcompletionline.cc gtkcompletionline.h \
main.cc
# gmrun_LDFLAGS = -s
gmrun_LDADD = @GTK_LIBS@