Updated the rest of the message generating utils to use new msgid generation

This commit is contained in:
Andrew Pamment
2016-12-04 17:51:29 +10:00
parent 88c1838bc9
commit c73cc11d7f
6 changed files with 260 additions and 71 deletions

View File

@@ -2,7 +2,7 @@ CC=cc
CFLAGS=-I/usr/local/include
DEPS = mgpost.c
JAMLIB = ../../jamlib/jamlib.a
OBJ = mgpost.o
OBJ = mgpost.o ../../inih/ini.o
%.o: %.c $(DEPS)
$(CC) -c -o $@ $< $(CFLAGS)