forked from mia/Aegisub
bd78a5c60e
supply a 48x48 xpm to be included as the application icon. There's probably a better way to do this, like figuring out what the typical application icon size is and supplying different sizes. Originally committed to SVN as r2702.
7 lines
141 B
Makefile
7 lines
141 B
Makefile
noinst_LIBRARIES = libresrc.a
|
|
nodist_libresrc_a_SOURCES = resrc.cpp
|
|
noinst_HEADERS = libresrc.h
|
|
|
|
EXTRA_DIST = \
|
|
resrc.cpp \
|
|
wxicon_xpm.xpm
|