projects
/
platform
/
upstream
/
libpthread-stubs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Imported Upstream version 0.3
[platform/upstream/libpthread-stubs.git]
/
Makefile.am
1
pkgconfigdir = $(libdir)/pkgconfig
2
pkgconfig_DATA = pthread-stubs.pc
3
4
if BUILD_LIB
5
lib_LTLIBRARIES = libpthread-stubs.la
6
libpthread_stubs_la_SOURCES = stubs.c
7
endif