parent
f3fcb9c100
commit
9a72ebd45f
|
@ -77,8 +77,10 @@ noinst_HEADERS = \
|
|||
wzfs.h \
|
||||
wzglobal.h
|
||||
|
||||
nodist_libframework_a_SOURCES = \
|
||||
wzapp_moc.cpp
|
||||
|
||||
libframework_a_SOURCES = \
|
||||
wzapp_moc.cpp \
|
||||
wzapp.cpp \
|
||||
resource_lexer.lex.cpp \
|
||||
resource_parser.tab.cpp \
|
||||
|
|
|
@ -12,4 +12,10 @@ CLEANFILES = $(MOCEDFILES)
|
|||
|
||||
noinst_LIBRARIES = libqtgame.a
|
||||
noinst_HEADERS = qtgame.h swapinterval.h $(MOCHEADER)
|
||||
libqtgame_a_SOURCES = qtgame.cpp qtgame_moc.cpp swapinterval.cpp
|
||||
|
||||
nodist_libqtgame_a_SOURCES = \
|
||||
qtgame_moc.cpp
|
||||
|
||||
libqtgame_a_SOURCES = \
|
||||
qtgame.cpp \
|
||||
swapinterval.cpp
|
||||
|
|
Loading…
Reference in New Issue