diff options
author | José Bollo <jose.bollo@iot.bzh> | 2015-12-08 14:44:38 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2015-12-08 14:44:38 +0100 |
commit | 381842f4c264e5946ad964f43608f7e543fbcb19 (patch) | |
tree | 8da99034ead205ca52c0ade46da51e25d6f9a657 /Makefile.am | |
parent | 7fc1ab01c2309d3078e3d66cfff05bf27fdad26f (diff) |
work relatively to a root directory
Change-Id: I7cbb96bd3f699092ddfded8cc8893ec780a97d8c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d9ffed5..6c76395 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,6 +13,7 @@ COMMONSRCS = \ WGTSRCS = \ wgt-config-xml.c \ wgt-locales.c \ + wgt-rootdir.c \ wgt-strings.c AM_CFLAGS = -Wall -Wno-pointer-sign |