comparison mcabber/mcabber/Makefile.am @ 2079:8da280d34b48

Rename FIFO module file name Module: fifo_module.c -> fifo.c Code: fifo.c -> fifo_internal.c Previous scheme didn't seem go well along with new autotools since they were expecting fifo_module.* object files.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 29 Sep 2013 14:31:14 +0200
parents e8f2db654e67
children e06054423a60
comparison
equal deleted inserted replaced
2078:2a62243f6da9 2079:8da280d34b48
53 mcabberinclude_HEADERS += hgcset.h 53 mcabberinclude_HEADERS += hgcset.h
54 endif 54 endif
55 55
56 mcabberincludedir = $(includedir)/mcabber 56 mcabberincludedir = $(includedir)/mcabber
57 else 57 else
58 mcabber_SOURCES += fifo.c fifo.h 58 mcabber_SOURCES += fifo_internal.c fifo.h
59 endif 59 endif
60 60
61 #SUBDIRS = 61 #SUBDIRS =