Skip to content

Instantly share code, notes, and snippets.

@tokuhirom
Created December 25, 2008 00:51
Show Gist options
  • Save tokuhirom/39834 to your computer and use it in GitHub Desktop.
Save tokuhirom/39834 to your computer and use it in GitHub Desktop.
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