root/threadman/trunk/Makefile.am

Revision 567, 294 bytes (checked in by tapted, 3 years ago)

Fix for make dist

  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id revision url Rev Revision
Line 
1## $Id$ $URL$
2
3include $(top_srcdir)/config/Make-rules
4
5EXTRA_DIST = semwaiter.h
6
7noinst_LTLIBRARIES = libthreadman.la
8
9libthreadman_la_LIBADD   = @SDL_SHARED@
10libthreadman_la_SOURCES  = threadman.h threadman.cpp
11libthreadman_la_LDFLAGS  = -no-undefined
12libthreadman_la_CPPFLAGS = @SDL_CFLAGS@
Note: See TracBrowser for help on using the browser.