Changeset 872e017
- Timestamp:
- 2015-10-08T05:09:12Z (9 years ago)
- Branches:
- master
- Children:
- 098b430
- Parents:
- 35a7525
- git-author:
- André Glüpker <git@…> (07-10-15 08:31:49)
- git-committer:
- dequis <dx@…> (08-10-15 05:09:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r35a7525 r872e017 678 678 # BI == built-in 679 679 echo '#define OTR_BI' >> config.h 680 echo "EFLAGS+=$($PKG_CONFIG --libs libotr) $(libgcrypt-config --libs)" >> Makefile.settings681 echo "CFLAGS+=$($PKG_CONFIG --cflags libotr) $(libgcrypt-config --cflags)" >> Makefile.settings680 echo "EFLAGS+=$($PKG_CONFIG --libs libotr) $(libgcrypt-config --libs)" >> Makefile.settings 681 echo "CFLAGS+=$($PKG_CONFIG --cflags libotr) $(libgcrypt-config --cflags)" >> Makefile.settings 682 682 echo 'OTR_BI=otr.o' >> Makefile.settings 683 683 elif [ "$otr" = "plugin" ]; then … … 685 685 # the libgcrypt flags aren't needed when building as plugin. add them anyway. 686 686 echo '#define OTR_PI' >> config.h 687 echo "OTRFLAGS=$($PKG_CONFIG --libs libotr) $(libgcrypt-config --libs)" >> Makefile.settings688 echo "CFLAGS+=$($PKG_CONFIG --cflags libotr) $(libgcrypt-config --cflags)" >> Makefile.settings687 echo "OTRFLAGS=$($PKG_CONFIG --libs libotr) $(libgcrypt-config --libs)" >> Makefile.settings 688 echo "CFLAGS+=$($PKG_CONFIG --cflags libotr) $(libgcrypt-config --cflags)" >> Makefile.settings 689 689 echo 'OTR_PI=otr.so' >> Makefile.settings 690 690 fi
Note: See TracChangeset
for help on using the changeset viewer.