mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
..adding new files..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@171 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d01b094151
commit
c95034c6de
206 changed files with 31247 additions and 0 deletions
15
src/irc/notifylist/Makefile.am
Normal file
15
src/irc/notifylist/Makefile.am
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
noinst_LTLIBRARIES = libirc_notifylist.la
|
||||
|
||||
INCLUDES = $(GLIB_CFLAGS) \
|
||||
-I$(top_srcdir)/src -I$(top_srcdir)/src/core/ -I$(top_srcdir)/src/irc/core/
|
||||
|
||||
libirc_notifylist_la_SOURCES = \
|
||||
notifylist.c \
|
||||
notify-commands.c \
|
||||
notify-ison.c \
|
||||
notify-setup.c \
|
||||
notify-whois.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
notifylist.h \
|
||||
notify-setup.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue