cleanup in unnecessary files
modified automake file (but Makefile.in needs be modified too)
This commit is contained in:
parent
1071c4087e
commit
7d3559bf4b
|
@ -1,4 +1,7 @@
|
|||
bin_PROGRAMS = desmume-glade
|
||||
desmume_glade_SOURCES = callbacks.c callbacks.h callbacks_IO.c callbacks_IO.h desmume.c desmume.h globals.h interface.c keyval_names.c main.c printscreen.c
|
||||
desmume_glade_SOURCES = \
|
||||
callbacks.c callbacks.h callbacks_IO.c callbacks_IO.h desmume.c desmume.h \
|
||||
globals.h keyval_names.c main.c printscreen.c \
|
||||
dTools/callbacks_1_ioregs.c dTools/callbacks_dtools.h
|
||||
desmume_glade_LDADD = ../libdesmume.a $(SDL_LIBS) $(LIBGLADE_LIBS)
|
||||
desmume_glade_CFLAGS = $(SDL_CFLAGS) $(LIBGLADE_CFLAGS)
|
||||
|
|
Loading…
Reference in New Issue