forked from mia/Aegisub
391219ea54
1. svn mv assdraw csri hunspell lua51 contrib * See r2749 for full description. Originally committed to SVN as r2754.
23 lines
486 B
Makefile
23 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
|
|
|
|
|