forked from mia/Aegisub
9 lines
163 B
Makefile
9 lines
163 B
Makefile
|
AM_CXXFLAGS = @WX_CPPFLAGS@ @LIBAGG_CFLAGS@
|
||
|
|
||
|
noinst_LIBRARIES = libaggwindow.a
|
||
|
|
||
|
libaggwindow_a_SOURCES = \
|
||
|
AGGWindow.cpp \
|
||
|
AGGWindow.h \
|
||
|
PixelFormatConvertor.h
|