Created
December 25, 2008 00:51
-
-
Save tokuhirom/39834 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/core/Makefile b/src/core/Makefile | |
index c00f17c..e89dfc9 100644 | |
--- a/src/core/Makefile | |
+++ b/src/core/Makefile | |
@@ -7,6 +7,7 @@ CFLAGS+= -fPIC \ | |
-I${IRSSI_INCLUDE} \ | |
-I${IRSSI_INCLUDE}/src \ | |
-I${IRSSI_INCLUDE}/src/core \ | |
+ `pkg-config --cflags glib-2.0` \ | |
`pkg-config --cflags loudmouth-1.0` \ | |
-DUOFF_T_LONG #-ggdb -DDEBUG | |
LDFLAGS+= -shared \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment