about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-28 00:32:57 +0000
committerJames Booth <boothj5@gmail.com>2013-01-28 00:32:57 +0000
commit7dcb85c7011734168160e63d508d1a8b5cc3effe (patch)
tree93673212da0b2021a42cfdca8862ff2057869026 /Makefile.am
parenta9c629dd9e569b1718566a097c14e99695cef8b0 (diff)
downloadprofani-tty-7dcb85c7011734168160e63d508d1a8b5cc3effe.tar.gz
Renamed jabber.h -> xmpp.h
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3f7485d8..d42d0560 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
 bin_PROGRAMS = profanity
-profanity_SOURCES = src/command.c src/contact.c src/history.c src/jabber.h \
+profanity_SOURCES = src/command.c src/contact.c src/history.c src/xmpp.h \
 	src/preferences.c src/autocomplete.c src/status_bar.c \
 	src/command.h src/contact.h src/history.h src/log.c src/preferences.h \
 	src/autocomplete.h src/title_bar.c src/windows.c src/common.c \