aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27bff7a..434a735 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
CFLAGS=-Wall -Wextra -Werror -pedantic
DEBUGF=-O0 -v -g
SRCDIR=src
-MODDIR=$(SRCDIR)/modules
+INTFDIR=$(SRCDIR)/interfaces
GLIBF=`pkg-config --cflags --libs glib-2.0 gobject-2.0 gio-2.0`