Merge lp:~sil2100/bamf/missing_files into lp:bamf/0.4

Proposed by Łukasz Zemczak on 2012-08-01
Status: Merged
Approved by: Sam Spilsbury on 2012-08-01
Approved revision: 478
Merged at revision: 478
Proposed branch: lp:~sil2100/bamf/missing_files
Merge into: lp:bamf/0.4
Diff against target: 15 lines (+2/-0)
1 file modified
src/Makefile.am (+2/-0)
To merge this branch: bzr merge lp:~sil2100/bamf/missing_files
Reviewer Review Type Date Requested Status
Sam Spilsbury (community) 2012-08-01 Approve on 2012-08-01
Review via email: mp+117622@code.launchpad.net

Commit Message

Added some missing header files to src/Makefile.am.

Description of the Change

When trying to create a test tarball for the nearing release, I noticed that some new files were not added to the tarball. This is because 2 new private headers were missing in src/Makefile.am. Added those properly.

To post a comment you must log in.
Sam Spilsbury (smspillaz) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Makefile.am'
2--- src/Makefile.am 2012-01-19 20:29:47 +0000
3+++ src/Makefile.am 2012-08-01 11:45:22 +0000
4@@ -65,9 +65,11 @@
5 bamf-legacy-window.h \
6 bamf-legacy-window-test.h \
7 bamf-legacy-screen.h \
8+ bamf-legacy-screen-private.h \
9 bamf-view.h \
10 bamf-control.h \
11 bamf-matcher.h \
12+ bamf-matcher-private.h \
13 bamf-window.h \
14 bamf-application.h \
15 bamf-tab.h \

Subscribers

People subscribed via source and target branches