it creates a nice about dialog with authors window and license window create a new global variable: main_window delete license.c/h
15 lines
750 B
Makefile
15 lines
750 B
Makefile
bin_PROGRAMS = gtkballs
|
|
|
|
LIBS = @GTK_LIBS@ @LIBS@
|
|
AM_CFLAGS = @CFLAGS@ @GTK_CFLAGS@ -DDATADIR=\"$(datadir)\" -DLOCALSTATEDIR=\"$(localstatedir)\" -DLOCALEDIR=\"$(datadir)/locale\"
|
|
|
|
gtkballs_SOURCES = gtkballs.c gtkballs.h gfx.c gfx.h \
|
|
path.c path.h preferences.c preferences.h \
|
|
scoreboard.c scoreboard.h themerc.c themerc.h \
|
|
gtkutils.c gtkutils.h mainmenu.c mainmenu.h \
|
|
rules.c rules.h about.c about.h child.c child.h \
|
|
theme.c theme.h savegame.c savegame.h \
|
|
savedialog.c savedialog.h halloffame.c halloffame.h \
|
|
inputname.c inputname.h rulesdialog.c rulesdialog.h \
|
|
game.c game.h mainwin.c mainwin.h prefs.c prefs.h
|