* libobj.in (.c.so): Add -DSHARED to compile options
authorKen Raeburn <raeburn@mit.edu>
Wed, 28 Apr 2004 22:03:46 +0000 (22:03 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 28 Apr 2004 22:03:46 +0000 (22:03 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16277 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ChangeLog
src/config/libobj.in

index 714df4143714487ea6094e85f1fd1b85911506a4..f84be226d5c541ec1e4adca4d0fb7a6179db8bb4 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-28  Ken Raeburn  <raeburn@mit.edu>
+
+       * libobj.in (.c.so): Add -DSHARED to compile options.
+
 2004-04-26  Ken Raeburn  <raeburn@mit.edu>
 
        * lib.in (PARSE_OBJLISTS): New variable.
index 79b4c0163808166eb15536b52d9340969084b9ea..a7caa3a3afc35dd0a3eda97ec9c574a832ab80a9 100644 (file)
@@ -9,7 +9,7 @@
 
 .SUFFIXES: .c .so .po
 .c.so:
-       $(CC) $(PICFLAGS) $(ALL_CFLAGS) -c $< -o $*.so.o && $(MV) $*.so.o $*.so
+       $(CC) $(PICFLAGS) -DSHARED $(ALL_CFLAGS) -c $< -o $*.so.o && $(MV) $*.so.o $*.so
 .c.po:
        $(CC) $(PROFFLAGS) $(ALL_CFLAGS) -c $< -o $*.po.o && $(MV) $*.po.o $*.po