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