Aegisub/aegisub/libosxutil/Makefile.am
Amar Takhar 0c6abb553e Remove a cut-and-past-o
Originally committed to SVN as r2650.
2009-01-05 11:51:13 +00:00

13 lines
294 B
Makefile

noinst_LIBRARIES = libosxutil.a
libosxutil_a_SOURCES = bundledirs.c
noinst_HEADERS = libosxutil.h
if BUILD_DARWIN
CLEANFILES = bundledirs-test
bundledirs-test: libosxutil.a
$(CC) -c bundledirs-test.c
$(CC) -o bundledirs-test -framework CoreFoundation bundledirs-test.o libosxutil.a
endif