Start splitting up ecdb_gui into more logic files

This commit is contained in:
Jaime Thomas
2008-12-21 01:48:31 +00:00
parent 7f0f6159a8
commit 9db32952a6
9 changed files with 252 additions and 190 deletions

View File

@ -12,6 +12,7 @@ ecdb_SOURCES = \
ecdb_gui.c ecdb_gui.h \
ecdb_erase.c ecdb_erase.h \
ecdb_widgets.c ecdb_widgets.h \
ecdb_erase_gui.c ecdb_erase_gui.h \
ecdb_common.h
ecdb_CFLAGS = @ECDB_CFLAGS@