diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ IRSSI = /usr/local/include/irssi CFLAGS = -fpic -ggdb -Wall -I$(PYTHON) -I$(IRSSI) -I$(IRSSI)/src \ -I$(IRSSI)/src/fe-common/core -I$(IRSSI)/src/core -I$(IRSSI)/src/fe-text \ -I$(IRSSI)/src/irc -I$(IRSSI)/src/irc/core -I$(IRSSI)/src/irc/dcc \ --I. -Iobjects `pkg-config glib-2.0 --cflags` +-I$(IRSSI)/src/irc/notifylist -I.. -I. -Iobjects \ +`pkg-config glib-2.0 --cflags` LDFLAGS = -fpic /usr/lib/libpython2.4.so |
