Code

remove obsolete str_pool.c and str_pool.h
[ncmpc.git] / Makefile.am
index a6ca4f2e140404ff821406e5cf41640d38aea783..404edcbdf837913cf96eb53f89bef0578f1e6ed2 100644 (file)
@@ -62,7 +62,6 @@ ncmpc_headers = \
        src/screen_text.h \
        src/plugin.h \
        src/lyrics.h \
-       src/str_pool.h \
        src/lirc.h \
        src/ncmpc_curses.h
 
@@ -104,8 +103,7 @@ src_ncmpc_SOURCES = \
        src/charset.c \
        src/wreadln.c \
        src/strfsong.c \
-       src/utils.c \
-       src/str_pool.c
+       src/utils.c
 
 if NCMPC_MINI
 else