blob: d57a8e99a7a29323339b8e6b5edc105decf9c56c (
plain) (
tree)
|
|
## Process this file with automake to produce Makefile.in
bin_PROGRAMS = cheatah
cheatah_SOURCES = \
cheatah.cpp \
cheatsig.cpp
noinst_HEADERS = \
cheatah.h \
cheatsig.h
CXXFLAGS = $(GTK_CFLAGS) -I../../../include -g
|