summaryrefslogtreecommitdiff
path: root/build/os-auto.mak.in
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-08-20 20:47:34 +0000
committerBenny Prijono <bennylp@teluu.com>2006-08-20 20:47:34 +0000
commit763d1e9a8ed2e44419760db370e9280426a0b617 (patch)
treef4c5765dfe86b65375a06cc505a8334361cffadd /build/os-auto.mak.in
parentdc216fbe98f8335de253cf671528b6e0dc2cb509 (diff)
Finishing autoconf work, also fixed compilation error in publish.h
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@689 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'build/os-auto.mak.in')
-rw-r--r--build/os-auto.mak.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/build/os-auto.mak.in b/build/os-auto.mak.in
new file mode 100644
index 00000000..3d99927e
--- /dev/null
+++ b/build/os-auto.mak.in
@@ -0,0 +1,11 @@
+# @configure_input@
+
+export OS_CFLAGS := $(CC_DEF)PJ_AUTOCONF=1 @CFLAGS@
+
+export OS_CXXFLAGS := $(CC_DEF)PJ_AUTOCONF=1 @CXXFLAGS@
+
+export OS_LDFLAGS := @LDFLAGS@ @LIBS@
+
+export OS_SOURCES :=
+
+