Aegisub/assdraw/libpropgrid/Makefile.am
Amar Takhar dc404a954e Add UNIX (and with luck, OS X) support to assdraw. This (unfortunatly)
includes propgrid, the build system for propgrid is brutal rather than fend of
users trying to build it themselves it's worth it to just include it with
assdraw for now.

Originally committed to SVN as r2177.
2008-04-13 06:57:09 +00:00

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