dsrc isn't necessary for this repo
[client-tools.git] / src / engine / shared / library / sharedDebug / Makefile.am
blob67f95fcb27cc77a284256826d8e2ce4f79bd86fe
1 AUTOMAKE_OPTIONS=foreign
2 SUBDIRS=src .
3 lib_LTLIBRARIES=libsharedDebug.la
4 libsharedDebug_la_LIBADD=src/shared/libsharedDebugshared.la \
5         src/${platform}/libsharedDebug${platform}.la
7 libsharedDebug_la_SOURCES=src/shared/FirstSharedDebug.h
8 libsharedDebug_la_LDFLAGS=-avoid-version
11 include $(engine_dir)/../make_include/engine.include