diff options
author | Daniel Burrows <Daniel Burrows Daniel_Burrows@alumni.brown.edu> | 2010-06-18 19:32:50 -0700 |
---|---|---|
committer | Daniel Burrows <Daniel Burrows Daniel_Burrows@alumni.brown.edu> | 2010-06-18 19:32:50 -0700 |
commit | 64a8465d21a29964fe1ad9bcacd8adbbfff94a2c (patch) | |
tree | 4ceb75d78e22b40ba7aeefaac2d11b8e76e9dbf6 /src | |
parent | bcc4df4cd3917a609f739ee08668fbddbebff0e4 (diff) | |
download | aptitude-64a8465d21a29964fe1ad9bcacd8adbbfff94a2c.tar.gz |
Add a Makefile for src/gtk/views/mocks, so that I can distribute the .h file it contains.
Without this I can't build the unit tests.
Diffstat (limited to 'src')
-rw-r--r-- | src/gtk/views/Makefile.am | 1 | ||||
-rw-r--r-- | src/gtk/views/mocks/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/gtk/views/Makefile.am b/src/gtk/views/Makefile.am index 4c9a155b..4192a2ad 100644 --- a/src/gtk/views/Makefile.am +++ b/src/gtk/views/Makefile.am @@ -1,4 +1,5 @@ INCLUDES=-I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/intl +SUBDIRS = mocks noinst_LIBRARIES = libgtk-views.a diff --git a/src/gtk/views/mocks/Makefile.am b/src/gtk/views/mocks/Makefile.am new file mode 100644 index 00000000..b693a5de --- /dev/null +++ b/src/gtk/views/mocks/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = search_input.h |