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 \ fbuttongroup.h \
fbutton.h \ fbutton.h \
fcheckbox.h \ fcheckbox.h \
fswitch.h \
fdialog.h \ fdialog.h \
fevent.h \ fevent.h \
ffiledialog.h \ ffiledialog.h \
@ -44,6 +45,7 @@ LIB = libfinal.so
OBJS = fstring.o \ OBJS = fstring.o \
fpoint.o \ fpoint.o \
frect.o \ frect.o \
fswitch.o \
fscrollbar.o \ fscrollbar.o \
fprogressbar.o \ fprogressbar.o \
flineedit.o \ flineedit.o \

View File

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