Makefile update

This commit is contained in:
Markus Gans 2015-07-07 23:16:17 +02:00
parent 554cdc3042
commit dde6d966ce
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@ INCLUDE_HEADERS = fapp.h \
fbuttongroup.h \
fbutton.h \
fcheckbox.h \
fswitch.h \
fdialog.h \
fevent.h \
ffiledialog.h \
@ -44,6 +45,7 @@ LIB = libfinal.so
OBJS = fstring.o \
fpoint.o \
frect.o \
fswitch.o \
fscrollbar.o \
fprogressbar.o \
flineedit.o \

View File

@ -9,6 +9,7 @@ INCLUDE_HEADERS = fapp.h \
fbuttongroup.h \
fbutton.h \
fcheckbox.h \
fswitch.h \
fdialog.h \
fevent.h \
ffiledialog.h \
@ -52,6 +53,7 @@ OBJS = fstring.o \
ftogglebutton.o \
fradiobutton.o \
fcheckbox.o \
fswitch.o \
flabel.o \
flistbox.o \
fdialog.o \