File: Makefile.am

package info (click to toggle)
libpthread-stubs 0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,352 kB
  • ctags: 47
  • sloc: sh: 8,767; ansic: 102; makefile: 21
file content (7 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = pthread-stubs.pc

if BUILD_LIB
lib_LTLIBRARIES = libpthread-stubs.la
libpthread_stubs_la_SOURCES = stubs.c
endif