Move autorun_startup in fe-common-core.c and remove autorun.{c,h}.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4785 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-03-29 18:15:34 +00:00 committed by exg
commit 683738e935
4 changed files with 31 additions and 64 deletions

View file

@ -7,7 +7,6 @@ INCLUDES = \
-DTHEMESDIR=\""$(datadir)/irssi/themes"\"
libfe_common_core_a_SOURCES = \
autorun.c \
chat-completion.c \
command-history.c \
completion.c \
@ -42,7 +41,6 @@ libfe_common_core_a_SOURCES = \
pkginc_fe_common_coredir=$(pkgincludedir)/src/fe-common/core
pkginc_fe_common_core_HEADERS = \
autorun.h \
command-history.h \
chat-completion.h \
completion.h \