mirror of https://github.com/odrling/Aegisub
24 lines
486 B
Makefile
24 lines
486 B
Makefile
|
noinst_LIBRARIES = libpropgrid.a
|
||
|
|
||
|
AM_CPPFLAGS = -Iinclude @WX_CPPFLAGS@
|
||
|
|
||
|
libpropgrid_a_SOURCES = \
|
||
|
advprops.cpp \
|
||
|
extras.cpp \
|
||
|
manager.cpp \
|
||
|
odcombo.cpp \
|
||
|
propgrid.cpp \
|
||
|
props.cpp
|
||
|
|
||
|
libpropgrid_a_SOURCES += \
|
||
|
include/wx/propgrid/advprops.h \
|
||
|
include/wx/propgrid/Doxyfile \
|
||
|
include/wx/propgrid/extras.h \
|
||
|
include/wx/propgrid/manager.h \
|
||
|
include/wx/propgrid/odcombo.h \
|
||
|
include/wx/propgrid/pg_dox_mainpage.h \
|
||
|
include/wx/propgrid/propdev.h \
|
||
|
include/wx/propgrid/propgrid.h
|
||
|
|
||
|
|