Makefile.am 195 B

1234567891011121314
  1. noinst_LTLIBRARIES = libplatform.la
  2. INCLUDES = -I$(top_srcdir)
  3. libplatform_la_SOURCES = \
  4. unix.c \
  5. beos.cpp
  6. EXTRA_DIST = \
  7. skeleton.c \
  8. macclassic.c \
  9. win32.c