summaryrefslogtreecommitdiff
path: root/dotlock/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'dotlock/Makefile.am')
-rw-r--r--dotlock/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/dotlock/Makefile.am b/dotlock/Makefile.am
index 3e121fa6d..005ecda68 100644
--- a/dotlock/Makefile.am
+++ b/dotlock/Makefile.am
@@ -14,14 +14,14 @@
## You should have received a copy of the GNU General Public License
## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
-AM_CPPFLAGS = @MU_APP_COMMON_INCLUDES@
+AM_CPPFLAGS = $(MU_APP_COMMON_INCLUDES)
bin_PROGRAMS = dotlock
dotlock_LDADD = \
- ${MU_APP_LIBRARIES}\
- ${MU_LIB_MAILUTILS}\
- @MU_COMMON_LIBRARIES@
+ $(MU_APP_LIBRARIES)\
+ $(MU_LIB_MAILUTILS)\
+ $(MU_COMMON_LIBRARIES)
install-exec-hook:
for i in $(bin_PROGRAMS); do\

Return to:

Send suggestions and report system problems to the System administrator.