diff options
author | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2016-01-24 11:55:32 +0200 |
---|---|---|
committer | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2016-01-27 18:54:30 +0200 |
commit | ffc2bcc99f00e6cd3f0b20c237bec84d22a04c0e (patch) | |
tree | a5be22abd9e70692c3cca3226710a12bd68dcadc /Makefile.am | |
parent | 6a5c8d26eb8da418e9f3b4056c667701b70d583a (diff) | |
download | metacity-ffc2bcc99f00e6cd3f0b20c237bec84d22a04c0e.tar.gz |
libmetacity: new library
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 d26ab6f2..bac79327 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ NULL = SUBDIRS = \ + libmetacity \ doc \ src \ po \ |