Makefile update
This commit is contained in:
parent
554cdc3042
commit
dde6d966ce
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue